@charset "UTF-8";




footer.part{
    padding-top: 170px;
    padding-bottom: 234px;
}
footer{
    padding-top: 75px;
    padding-bottom: 30px;
    background-color: #121f30;
    box-sizing: border-box;
}
footer > div{
    width: 1470px;
    margin: auto;
}
footer .top{
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(196,196,196,.3);
}
footer .top ul {
    width: 1140px;
    font-size: 0;
}
footer .top ul li{
    width: 16.6%;
    vertical-align: top;
}
footer .top ul li h2{
    margin-bottom: 20px;
    font-size: 16px;
}
footer .top ul li h2 a{
    color: rgba(255,255,255,.6);
}
footer .top ul li p{
    font-size: 14px;
    line-height: 25px;
}
footer .top ul li p a{
    color: rgba(196,196,196,.6);
}
footer .add{
    border-bottom: 1px solid rgba(196,196,196,.3);
}
footer .add .address{
    width: 1200px;
    padding: 50px 0;
    font-size: 0;
}
footer .add .address > div{
    width: 50%;
    vertical-align: top;
}
footer .add .address > div:after{
    content: '';
    position: absolute;
    top: 20px;
    right: 140px;
    width: 1px;
    height: 80px;
    background-color: rgba(169,169,169,.3);
}
footer .add .address > div h3{
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
}
footer .add .address > div h3 span{
    vertical-align: middle;
}
footer .add .address > div h3 .i{
    width: 20px ;
    height: 20px;
    margin-right: 10px;
    background: url("../img/add.png") no-repeat center;
}
footer .add .address > div p{
    color: #c4c4c4;
    font-size: 14px;
    line-height: 25px;
}
footer .add .share{
    margin-top: 80px;
}
footer .add .share div a{
    display: block;
    width: 46px;
    height: 46px;
    font-size: 0;
}
footer .add .share div + div{
    margin-left: 30px;
}
footer .add .share div:nth-child(1) a{
    background: url("../img/qq.png");
}
footer .add .share div:nth-child(2) a{
    background: url("../img/wx.png");
}
footer .add .share div:nth-child(3) a{
    background: url("../img/wb.png");
}
footer > div > p{
    padding: 10px 0;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 25px;
}
footer > div > p a{
    color: white;
}
/*btn*/
#btn {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}
#btn div{
    margin-left: 8px;
    font-size: 16px;
}
#btn div a{
    padding: 4px 9px;
    color: #8a8a8a;
}
#btn div:hover a{
    background-color: #367fb8;
    color: white;
}
#btn div.on a{
    background-color: #367fb8;
    color: white;
}